runtime.mspan.userArenaChunkFree (field)
6 uses
runtime (current package)
arena.go#L374: if s.userArenaChunkFree.size() > userArenaChunkMaxAllocBytes {
arena.go#L473: v, ok := s.userArenaChunkFree.takeFromBack(size, typ.Align_)
arena.go#L478: v, ok := s.userArenaChunkFree.takeFromFront(size, typ.Align_)
arena.go#L691: span.userArenaChunkFree = makeAddrRange(span.base(), span.limit)
arena.go#L1001: s.userArenaChunkFree = makeAddrRange(base, s.limit)
mheap.go#L495: userArenaChunkFree addrRange // interval for managing chunk allocation
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |